 |
|
 |
Subject: FTP site creation |
 |
Feedback Type: Suggestion |
 |
 |
Product Area: Notes 8 Client |
 |
Technical Area: Application development |
 |
Platform: Windows XP client |
 |
Release: 8.0 |
 |
Reproducible: Not reproducible |
 |
 |
 |
 |
Hi all,
can anyone suggest where(in server machine or any PC?) i have to create FTP site?
Bcos I have created a FTP site in my machine(which is not server machine).Iam trying to access files from my machine using FTP.For this, i have taken NotesFTP scriptlibrary from sandbox.
But when iam running the agent it showing that "Could not connect to host " error message.
Note: Database which holds the agent is on the server.
Code in the agent is :
======================
Dim objFTP As NotesFTPSession
Set objFTP=New NotesFTPSession
With objFTP
.Connect "//mymachineIP/ws/", "", "", 0
'.ChangeDirectory "pub/lotusweb/product/notesr5"
.GetFile "Game1.txt", "c:\TestFTP.txt", FTP_TRANSFER_TYPE_ASCII
.Disconnect
End With
Delete objFTP
In the above code, next to IP is the foldername(ws).
Can anyone please help me out in this problem.
Otherwise, please provide me the step-by-step procedure to do FTP in lotus notes.
Thanks in advance.
Regards,
Murali.V
 
Feedback number WEBB7KWGF3 created by ~Dexter Elfreemangon on 10/30/2008


FTP site creation (~Dexter Elfreem... 30.Oct.08)
. . Windows IIS server? (~Dean Ekaterets... 30.Oct.08)
. . . . FTP site created in my machine (~Dexter Elfreem... 31.Oct.08) |
|  |
|